home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 November / Macworld (1999-11).dmg / Updaters / WhiteCap 3.0.4 / into Visual Plug-ins / WhiteCap Configs / Acid Spectrum next >
Encoding:
Text File  |  1999-08-01  |  483 b   |  55 lines  |  [TEXT/ttxt]

  1. //    Acid Spectrum
  2. //    Joshua E Cook
  3.  
  4. Resn=12,
  5.  
  6. Durn="1.8",
  7.  
  8. CamX="50 * cos( t / 6 )",
  9. CamY="30 * sin( t / 6 )",
  10. CamZ="50 * sin( cot( t / 12 ) )",
  11.  
  12. CmLX="40",
  13. CmLY="0",
  14. CmLZ="0",
  15.  
  16. CUpX="0",
  17. CUpY="0",
  18. CUpZ="1",
  19.  
  20. D0="2 * s - 1",
  21.  
  22. R=".92 * sin( dt * dt )",
  23. G=".5 * sin( d0 )",
  24. B=".5",
  25.  
  26.  
  27. LvlR="0",
  28. LvlG="1",
  29. LvlB=".5",
  30.  
  31. LWdt="2",
  32.  
  33. widt=490,heig=460,
  34.  
  35. ConL=1,
  36. ConB=0,
  37.  
  38.  
  39. Fall=".02",
  40.  
  41.  
  42. X="0",
  43. Y="400 * tan( d0 / 6 ) + 20 * mag( s )",
  44. Z="60 * d0",
  45.  
  46.  
  47. Scal="900",
  48.  
  49. ScSz=1,
  50.  
  51. Pers="250",
  52.  
  53.  
  54. Vers=30
  55.